From: Lars Hansen Date: Mon, 26 Apr 2004 18:54:23 +0000 (+0000) Subject: (rmail-variables): Bind desktop-save-buffer to t. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22924 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=75205e187f200bf2a691874a00b08ddf0b30a912;p=emacs.git (rmail-variables): Bind desktop-save-buffer to t. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 571219b3dfe..bdf04be519a 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -1139,7 +1139,9 @@ Instead, these commands are available: (make-local-variable 'kill-buffer-hook) (add-hook 'kill-buffer-hook 'rmail-mode-kill-summary) (make-local-variable 'file-precious-flag) - (setq file-precious-flag t)) + (setq file-precious-flag t) + (make-local-variable 'desktop-save-buffer) + (setq desktop-save-buffer t)) ;; Handle M-x revert-buffer done in an rmail-mode buffer. (defun rmail-revert (arg noconfirm)